[C#][WebBrowser] Two Questions
Posted
by Rudi
on Stack Overflow
See other posts from Stack Overflow
or by Rudi
Published on 2010-04-27T06:28:44Z
Indexed on
2010/04/27
6:33 UTC
Read the original article
Hit count: 335
How can I get an HtmlElement if the source code doesn't have the "id=''", but only has the "name=''". Document.GetElementById() doesn't work, and Document.All[""] doesn't work (obviously, because there is no ID.
How can I simulate a form post?
Question 1 is more important because I found it harder to search. Question 2 I think i can get with more searching.
© Stack Overflow or respective owner